create public dm_group object
set description = 'PleaseReview Sync Group for workgroup Example (DO NOT ADD MEMBERS HERE)',
set group_class = 'group',
set group_display_name = 'example_group',
set group_name = 'example_group',
set is_dynamic = 0,
set is_dynamic_default = 0
set is_private = 1
set is_protected = 0
set is_module_only = 0

create public dm_group object
set description = 'Users added to this group will be mapped to PleaseReview as Authors in workgroup Example',
set group_class = 'group',
set group_display_name = 'example_group_author',
set group_name = 'example_group_author',
set is_dynamic = 0,
set is_dynamic_default = 0
set is_private = 1
set is_protected = 0
set is_module_only = 0

ALTER GROUP cara_pleasereview_owner ADD 'example_group_author'

create public dm_group object
set description = 'Users added to this group will be mapped to PleaseReview as Author/Contributors in workgroup Example',
set group_class = 'group',
set group_display_name = 'example_group_author-contributor',
set group_name = 'example_group_author-contributor',
set is_dynamic = 0,
set is_dynamic_default = 0
set is_private = 1
set is_protected = 0
set is_module_only = 0

ALTER GROUP cara_pleasereview_owner ADD 'example_group_author-contributor'

create public dm_group object
set description = 'Users added to this group will be mapped to PleaseReview as Contributors in workgroup Example',
set group_class = 'group',
set group_display_name = 'example_group_contributor',
set group_name = 'example_group_contributor',
set is_dynamic = 0,
set is_dynamic_default = 0
set is_private = 1
set is_protected = 0
set is_module_only = 0

ALTER GROUP 'cara_pleasereview_participant' ADD 'example_group_contributor'

create public dm_group object
set description = 'Users added to this group will be mapped to PleaseReview as Reviwers in workgroup Example',
set group_class = 'group',
set group_display_name = 'example_group_reviewer',
set group_name = 'example_group_reviewer',
set is_dynamic = 0,
set is_dynamic_default = 0
set is_private = 1
set is_protected = 0
set is_module_only = 0

ALTER GROUP 'cara_pleasereview_participant' ADD 'example_group_reviewer'

